.mceContentBody {
  margin: 2.5em 0px 4em;
  line-height: 2.15;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
.mceContentBody ul,
.mceContentBody ol {
  margin: 0em 2em 1.8em;
} 
.mceContentBody ul li,
.mceContentBody ol li {
  padding-top: 8px;
  line-height: 1.85;
}
.mceContentBody ul { list-style-type: disc; }
.mceContentBody ol { list-style-type: decimal; }

.mceContentBody img {
  margin: 4px 0;
  max-width: 100%;
  height: auto;
}
.mceContentBody hr {
  border-top: 3px double #ccc;
}
.alignleft,
.mceContentBody .alignleft {
  float: left;
  clear: left;
  margin: 0 30px 30px 0;
}
.alignright,
.mceContentBody .alignright {
  float: right;
  clear: right;
  margin: 0 0 30px 30px;
}
.aligncenter,
.mceContentBody .aligncenter {
  display: block;
  margin: 30px auto;
}
.mceContentBody table {
  width: 100%;
  max-width: 100%;
  margin: 1.1em 0 1.7em;
  border: 2px solid #ccc;
  line-height: 1.6;
}
#articles .mceContentBody a {text-decoration: underline;}

.mceContentBody table th,
.mceContentBody table td {
  padding: 8px 16px;
  border: 1px solid #ccc;
  font-size: 93%;
  vertical-align: middle;
}
.mceContentBody table th {
  background: #eee;
  white-space: nowrap;
}
.mceContentBody h2,
.mceContentBody h3,
.mceContentBody h4 {
  line-height: 1.6;
  clear: both;
}
.mceContentBody h2:nth-of-type(1){
  margin-top: 1.5em;
}
.mceContentBody h2 {
  font-size: 150%;
  background: rgba(238, 238, 238, 0.7686274509803922);
  padding: 22px 36px;
  border-radius: 2px;
  margin: 2.5em 0em 1.2em;
}
.mceContentBody h3 {
  position: relative;
  font-size: 130%;
  padding: 0 0 0 20px;
  margin: 2.2em 0 0.8em;
}
.mceContentBody h3:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 5px;
  height: 90%;
  border-radius: 4px;
}
.mceContentBody h4 {
  position: relative;
  font-size: 116%;
  padding: 0 0 0 1em;
  margin: 2em 0 0.8em;
}
.mceContentBody h4:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  top: calc(50% - 4px);
  left: 0;
}
.mceContentBody p {
  margin-bottom: 1.6em;
}
.mceContentBody blockquote{
  margin: 1em 0;
  padding: 15px 40px;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  font-style: oblique;
}
.mceContentBody blockquote p {margin-bottom: 0;}
.mceContentBody blockquote:before,
.mceContentBody blockquote:after {
  width: 17px;
  height: 17px;
  position: absolute;
}
.mceContentBody blockquote:before {
  content: '';
  background: url(../images/common/quote-left.svg) no-repeat center/cover;
  top: 13px;
  left: 10px;
}
.mceContentBody blockquote:after {
  content: '';
  background: url(../images/common/quote-right.svg) no-repeat center/cover;
  bottom: 13px;
  right: 10px;
}
blockquote {
  background: #f6f6f6;
  color: #666;
  padding: 30px 40px;
  position: relative;
 font-style: italic;
}
blockquote::before, blockquote::after {
  font-size: 500%;
  position: absolute;
  line-height: 1;
  opacity: .3;
}
blockquote::before {
  content: "“";
  top: 0;
  left: 0;
}
blockquote::after {
  content: "”";
  right: 5px;
  bottom: -40px;
}


@media (max-width: 768px) {
  .mceContentBody {
    font-size: 100%;
    line-height: 1.8;
  }
  .alignright,
  .mceContentBody .alignright,
  .alignleft,
  .mceContentBody .alignleft  {
    float: none;
    margin: 20px auto;
    display: block;
  }
  .mceContentBody {
    margin: 1em 0 0;
  }
  .mceContentBody h2,
  .mceContentBody h3,
  .mceContentBody h4 {
    line-height: 1.8;
  }
  .mceContentBody h2 {
    padding: 24px 16px;
    font-size: 120%;
    margin-bottom: 1em;
  }
  .mceContentBody h2:nth-of-type(1) {
    margin-top: 0;
  }
  .mceContentBody h3 {
    font-size: 109%;
    margin: 2em 0 1em;
  }
  .mceContentBody h4 {
    font-size: 100%;
  }
  .mceContentBody blockquote {
    padding: 15px;
  }
  .mceContentBody blockquote:before {
    top: 0;
    left: 0;
  }
  .mceContentBody blockquote:after {
    bottom: 0;
    right: 0;
  }
  .mceContentBody ul,
  .mceContentBody ol {
    margin: 0 0 0 2em;
  }
  .mceContentBody ul li,
  .mceContentBody ol li {
    margin-left: 0em;
  }
  .mceContentBody ul li {
    padding-left: 0;
  }
  .mceContentBody ul li:before {
    left: -14px;
    padding-top: 6px;
    font-size: 12px;
  }
  .mceContentBody img {
    margin: 8px 0 !important;
  }
  div.box-graybg,
  div.box-line {
    padding: 25px;
  }
  .mceContentBody table {
    width: 100% !important;
  }
  .mceContentBody .table_wrap {
    overflow-x: scroll;
  }
  .mceContentBody iframe {
    width: 100%;
  }
}